PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package
/
PDFMatrix Class
/ scale Method
The value by which to scale this matrix in the x-axis direction.
The value by which to scale this matrix in the y-axis direction.
Collapse All
Expand All
In This Topic
scale Method
In This Topic
Applies the specified scale vector to this Matrix by prepending the scale vector.
Syntax
public
void
scale(
double
sx
,
double
sy
)
Parameters
sx
The value by which to scale this matrix in the x-axis direction.
sy
The value by which to scale this matrix in the y-axis direction.
See Also
Reference
PDFMatrix Class
PDFMatrix Members